home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 320
- Top = 127
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'About MyVCS'
- ClientHeight = 266
- ClientWidth = 370
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- TextHeight = 20
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 351
- Height = 201
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 18
- Top = 18
- Width = 64
- Height = 64
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 110
- Top = 20
- Width = 211
- Height = 32
- Caption = 'Cervasio Non-Version Contol System for Delphi'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- object Version: TLabel
- Left = 110
- Top = 66
- Width = 78
- Height = 16
- Caption = 'Version 1.0'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 10
- Top = 100
- Width = 236
- Height = 16
- Caption = 'Copyright 1995, Peter W. Cervasio'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Comments: TLabel
- Left = 10
- Top = 130
- Width = 335
- Height = 64
- AutoSize = False
- Caption =
- 'This is a simple little DLL that demonstrates how to interface w' +
- 'ith the VCS Manager. It may be really stupid, but it works.'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- end
- object OKButton: TBitBtn
- Left = 139
- Top = 223
- Width = 96
- Height = 33
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
-